home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 104 / DPPCZ0701B.7z / DPPCZ0701B.ISO / demos / arcanum / Sierra / Arcanum Preview / arcanum3.dat / Module template_Rules_MapList.mes < prev    next >
Text File  |  2001-03-13  |  610b  |  20 lines

  1. //
  2. // Map List Info
  3. //
  4.  
  5. // Types:
  6. //    START_MAP -- This is the starting map (there should only be one of these!)
  7. //    SHOPPING_MAP -- This is the shopping map used in character creation.  If not
  8. //        present, then this process is skipped during character creation.
  9.  
  10.     // Starting Location (Convert for World by:)
  11.     // (54624 - 32) / 64 = 853
  12.     // (45408 - 32) / 64 = 709
  13.  
  14. // Area: <#> -- This is the Index # in area.mes that the map maps to
  15.  
  16.  
  17. // List of valid maps for game & Starting X/Y position
  18. {5000}{ShopMap, 31, 29, Type: SHOPPING_MAP}
  19. {5001}{start, 2048, 2048, Type: START_MAP, WorldMap: 0}
  20.